home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / daemons / lprm_fix.z / lprm_fix / lpr / README < prev   
Encoding:
Text File  |  1993-05-07  |  674 b   |  20 lines

  1. This archive contains a fixed version of lprm for Linux.
  2. All of the sources need to build lprm have been included, as well as
  3. the .o files and a executable for lprm.
  4.  
  5. To extract, go to some directory where you want to extract the
  6. sources.  Then give the command
  7.  
  8.     gunzip < lprm.tar.z | tar xvf -
  9.  
  10. This will create the directory lpr which contains the sources.
  11.  
  12. To build the executable, go to the lpr/lprm directory and type make.
  13.  
  14. To install, you should copy lprm to the appropriate directory, usually
  15. /usr/bin/lprm.  (MAKE A BACKUP COPY OF /usr/bin/lprm FIRST!!!!!)  Then
  16. make sure the permissions, owner, and group of the new lprm match the
  17. old!
  18.  
  19. lprm should now work!!!!
  20.